home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1097 / AMOSLIST / text0038.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  895 b   |  35 lines

  1. The man most directly responsible for this twaddle was mtl.wberg@swipnet.se,
  2. who did thus comment on need help on the night of 02-Oct-97:
  3. -> Is it possible to make amos 2 change lines with another assii value than
  4. -> then MS-DOS chr$(13)?
  5.  
  6. -> When i read a text file without that i will recive an error mezz
  7. -> (input to long), 
  8.  
  9. -> Ex
  10. -> open in 1,a$
  11. -> repeat
  12. -> input #1,b$
  13. -> until pof(1)=lof(1)
  14.  
  15. This is a common problem which can easily be solved:
  16.  
  17. Ex
  18. Open In 1,a$ : Set Input 10,-1
  19.  
  20. Repeat
  21. Line Input #1,B$
  22. Until Eof(1)
  23.  
  24. Andrew "Mushroom" Kellett
  25. --
  26.  Email: Andy Kellett <mushypd@redrose.net>  Team *AMOS* + IAPA Team *AMIGA*
  27.   alt.religion.amos - AMOS now on usenet! AMOS Mailinglist also mirrored
  28.  
  29.      World's Largest AMOS Homepages - http://www.mushy-pd.demon.co.uk
  30.  
  31.          Massive FTP site with AMOS/C64 and Mods/Samples + more at
  32.                             mushy-pd.dyn.ml.org
  33.  
  34.  
  35.